home *** CD-ROM | disk | FTP | other *** search
- // Xray1.dat
- //
- // For CLOE v1.0
- // Copyright (c) 1992 Pierre.E Gougelet
- //
- // Sample primitive
- //
-
- #COLOUR White {1.0 1.0 1.0}
- #COLOUR Red {1.0 0.0 0.0}
- #COLOUR Green {0.0 1.0 0.0}
- #COLOUR Blue {0.0 0.0 1.0}
- #COLOUR Yellow {1.0 1.0 0.0}
- #COLOUR Cyan {0.0 1.0 1.0}
- #COLOUR Magenta {1.0 0.0 1.0}
- #COLOUR Black {0.0 0.0 0.0}
-
- #scene
- width 100
- height 100
- location {-30 -80 -200}
- lookat {0 0 0}
- up {0 1 0}
- angle 18
- #end
-
- #light
- PONCTUELLE
- location {500 -200 0}
- colour White
- #end
-
- #light
- PONCTUELLE
- location {100 -120 -500}
- colour White
- #end
-
- #object
- #plane vertex {0 30 0} {0 30 -10} {10 30 0} #end
- #surface
- colour Black
- ambient 0.15
- diffuse 0.2
- specular 0.9
- reflection 0.6
- shine 20
- #end
- #end
-
- #surface surf
- colour White
- ambient 0.15
- diffuse 0.3
- specular 0.4
- reflection 0.8
- shine 200
- #end
-
- #object
- #box
- lower {-50 -30 0}
- upper {-30 30 20}
- #end
- surf
- #surface colour Yellow #end
- #end
-
- #object
- #sphere
- center {10 5 120}
- radius 30
- #end
- surf
- #surface colour Green #end
- #end
-
- #object
- #cone
- base 20 {10 30 -20}
- apex 1 {10 -10 -20}
- #end
- surf
- #surface colour Red #end
- #end
-
- #object
- #cylinder
- radius 10
- base {40 30 10}
- apex {40 -30 10}
- #end
- surf
- #surface colour Magenta #end
- #end
-